const runtime.mSpanInUse
18 uses
runtime (current package)
heapdump.go#L455: if s.state.get() == mSpanInUse {
heapdump.go#L481: if s.state.get() != mSpanInUse {
heapdump.go#L653: if s.state.get() != mSpanInUse {
heapdump.go#L676: if s.state.get() == mSpanInUse {
mbitmap.go#L441: } else if s.state.get() != mSpanInUse || dst < s.base() || s.limit <= dst {
mbitmap.go#L1231: if state != mSpanInUse {
mbitmap.go#L1288: if state := s.state.get(); state != mSpanInUse || p < s.base() || p >= s.limit {
mgcmark.go#L370: if state := s.state.get(); state != mSpanInUse {
mgcsweep.go#L375: if state := s.state.get(); state != mSpanInUse {
mgcsweep.go#L513: if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
mgcsweep.go#L694: if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
mheap.go#L361: mSpanInUse // allocated for garbage collected heap
mheap.go#L658: case mSpanInUse, mSpanManual:
mheap.go#L729: if s == nil || s.state.get() != mSpanInUse || p < s.base() || p >= s.limit {
mheap.go#L1446: s.state.set(mSpanInUse)
mheap.go#L1629: case mSpanInUse:
traceallocfree.go#L61: if s.state.get() != mSpanInUse {
traceallocfree.go#L84: if s.state.get() == mSpanInUse {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)